SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 47835: Entering commands as they are documented in the "SAS® 9.3 In-Database Products Administrator's Guide" results in a Teradata syntax error

DetailsAboutRate It

In the "Administrator's Guide for Teradata" in the SAS® 9.3 In-Database Products Administrator's Guide, four commands are shown with a spacing error. These incorrectly formed commands are located in the section "Controlling the SAS Embedded Process".

Each of the commands is shown with a space between the words SERVER and CONTROL. Entering these commands as they are documented will cause a Teradata syntax error.

To work around this issue, use the correct formation of these commands, which is as follows:

CALL DBCEXTENSION.SERVERCONTROL ('STATUS', :A);
CALL DBCEXTENSION.SERVERCONTROL ('SHUTDOWN', :A);
CALL DBCEXTENSION.SERVERCONTROL ('DISABLE', :A);
CALL DBCEXTENSION.SERVERCONTROL ('ENABLE', :A);


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS Scoring Accelerator for TeradataTeradata on Linux9.3 TS1M09.4 TS1M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.